home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_howare.amirx < prev    next >
Text File  |  1999-09-26  |  595b  |  21 lines

  1. /* CyberShiela MultiResponse File */
  2. nick=getclip('NICK')
  3. xx=random(1,7,time('s'))
  4. select
  5. when xx=1 then a="Just fine"
  6. when xx=2 then a="Not doing too well."
  7. when xx=3 then a="I don't know"
  8. when xx=4 then a="I have no idea"
  9. when xx=5 then a="Don't ask"
  10. when xx=6 then a="Good"
  11. when xx=7 then a="Bad"
  12. end
  13. modif:
  14. user=nick
  15. old=a
  16. m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
  17. temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
  18. a=old
  19. 'say 'A
  20. exit
  21.